home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Kortideer / background_23361.txt < prev    next >
Text File  |  1988-12-19  |  911b  |  44 lines

  1. -- background: 23361 from stack: in
  2. -- bmap block id: 11030
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=441 top=290 right=321 bottom=484
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 10610 / 10610
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Telefonopkald
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   get the selection
  23.   if it is empty then get the message
  24.   if it is empty then ask "Ring til hvilket nummer?"
  25.   if it is not empty then
  26.     dial it
  27.   end if
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 3 (field)
  33. -- low flags: 01
  34. -- high flags: 0000
  35. -- rect: left=239 top=83 right=310 bottom=455
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 0
  39. -- font id: 2
  40. -- text size: 24
  41. -- style flags: 0
  42. -- line height: 32
  43. -- part name: 
  44.